object fmBackupEditor: TfmBackupEditor Left = 485 Top = 428 Width = 445 Height = 357 HelpContext = 810 ActiveControl = edBackupSetName BorderIcons = [biSystemMenu, biMaximize] Caption = 'Backup Set' Color = clBtnFace Constraints.MinHeight = 357 Constraints.MinWidth = 445 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object paMainRight: TPanel Left = 0 Top = 0 Width = 437 Height = 328 Align = alClient BevelOuter = bvNone TabOrder = 0 object paTop: TPanel Left = 0 Top = 0 Width = 437 Height = 298 Align = alClient BevelOuter = bvNone BorderWidth = 6 TabOrder = 0 object pcBackup: TPageControl Left = 6 Top = 6 Width = 425 Height = 286 ActivePage = tsOptions Align = alClient TabOrder = 0 object tsOptions: TTabSheet Caption = 'Backup Options' object laBackupSetName: TLabel Left = 8 Top = 8 Width = 87 Height = 13 Caption = '&Backup Set Name' FocusControl = edBackupSetName end object laBackupDesc: TLabel Left = 8 Top = 48 Width = 141 Height = 13 Caption = 'Backup &Description (Optional)' FocusControl = edBackupDesc end object laBackupFolder: TLabel Left = 8 Top = 128 Width = 109 Height = 13 Caption = 'Backup Storage &Folder' FocusControl = rxdeBackupFolder end object laArcType: TLabel Left = 264 Top = 8 Width = 71 Height = 13 Caption = '&Archive Format' FocusControl = cbArcType end object laCompression: TLabel Left = 264 Top = 48 Width = 60 Height = 13 Caption = 'Compressio&n' FocusControl = cbCompression end object laPathInfo: TLabel Left = 264 Top = 88 Width = 71 Height = 13 Caption = 'Store &Path Info' FocusControl = cbPathInfo end object laBackupFilename: TLabel Left = 8 Top = 88 Width = 126 Height = 13 Caption = 'Backup Arc&hive File Name' end object laPassword: TLabel Left = 264 Top = 128 Width = 46 Height = 13 Caption = 'Pass&word' end object edBackupSetName: TEdit Left = 8 Top = 24 Width = 241 Height = 21 MaxLength = 50 TabOrder = 0 end object edBackupDesc: TEdit Left = 8 Top = 64 Width = 241 Height = 21 MaxLength = 200 TabOrder = 1 end object cbArcType: TComboBox Left = 264 Top = 24 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 6 TabOrder = 4 Text = 'Zip Archive (*.zip)' OnChange = cbArcTypeChange Items.Strings = ( 'BlakHole Archive (*.bh)' 'Microsoft Cabinet (*.cab)' 'Javasoft Archive (*.jar)' 'LHA Archive (*.lha)' 'LZH Archive (*.lzh)' 'Unix Tape Archive (*.tar)' 'Zip Archive (*.zip)') end object cbCompression: TComboBox Left = 264 Top = 64 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 5 Text = 'Maximum' Items.Strings = ( 'Maximum' 'Normal' 'Minimum' 'None') end object rxdeBackupFolder: TJvDirectoryEdit Left = 8 Top = 144 Width = 241 Height = 21 DialogKind = dkWin32 DialogText = 'Select the backup storage folder:' DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt] ButtonFlat = False NumGlyphs = 1 TabOrder = 3 end object cbPathInfo: TComboBox Left = 264 Top = 104 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 1 TabOrder = 6 Text = 'Full Path' Items.Strings = ( 'Relative Path' 'Full Path') end object edBackupFilename: TEdit Left = 8 Top = 104 Width = 241 Height = 21 TabOrder = 2 end object gbConfirmation: TGroupBox Left = 8 Top = 176 Width = 401 Height = 73 Caption = 'Confirmation' TabOrder = 8 object laConfirmation: TLabel Left = 16 Top = 19 Width = 275 Height = 13 Caption = 'Show confirmation after backup completed when run from:' end object ckConfirmNormal: TCheckBox Left = 24 Top = 35 Width = 257 Height = 17 Caption = 'W&ithin PicoZip' Checked = True State = cbChecked TabOrder = 0 end object ckConfirmCommandLine: TCheckBox Left = 24 Top = 51 Width = 217 Height = 17 Caption = 'Di&rect backup shortcut or command-line' Checked = True State = cbChecked TabOrder = 1 end end object edPassword: TEdit Left = 264 Top = 144 Width = 145 Height = 21 TabOrder = 7 end end object tsMethod: TTabSheet Caption = 'Backup Method' ImageIndex = 2 object laGenerations: TLabel Left = 44 Top = 111 Width = 149 Height = 13 Caption = 'Number of &generations to keep:' Enabled = False FocusControl = edGenerations end object laMethod: TLabel Left = 8 Top = 16 Width = 385 Height = 13 AutoSize = False Caption = 'Select the backup method you would like PicoZip to use for this ' + 'Backup Set :' end object rbMethodIncremental: TRadioButton Left = 16 Top = 56 Width = 113 Height = 17 Caption = 'Incremental backup' TabOrder = 1 OnClick = rbMethodMultiClick end object rbMethodOverwrite: TRadioButton Left = 16 Top = 38 Width = 153 Height = 17 Caption = '&Overwrite previous backup' Checked = True TabOrder = 0 TabStop = True OnClick = rbMethodMultiClick end object rbMethodPrompt: TRadioButton Left = 16 Top = 74 Width = 233 Height = 17 Caption = 'P&rompt for backup file name and destination' TabOrder = 2 OnClick = rbMethodMultiClick end object rbMethodMulti: TRadioButton Left = 16 Top = 92 Width = 153 Height = 17 Caption = '&Multi-generation backup' TabOrder = 3 OnClick = rbMethodMultiClick end object udGenerations: TUpDown Left = 245 Top = 107 Width = 16 Height = 21 Associate = edGenerations Enabled = False Min = 2 Max = 999 Position = 3 TabOrder = 5 end object edGenerations: TEdit Left = 196 Top = 107 Width = 49 Height = 21 Enabled = False ReadOnly = True TabOrder = 4 Text = '3' end end object tsFiles: TTabSheet BorderWidth = 8 Caption = 'Files To Backup' ImageIndex = 1 object paIncludeTop: TPanel Left = 0 Top = 0 Width = 401 Height = 114 Align = alClient BevelOuter = bvNone ParentBackground = True ParentColor = True TabOrder = 0 object paRight: TPanel Left = 316 Top = 17 Width = 85 Height = 92 Align = alRight BevelOuter = bvNone TabOrder = 2 DesignSize = ( 85 92) object buAddFiles: TButton Left = 6 Top = 0 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = '&Add Files' TabOrder = 0 OnClick = buAddFilesClick end object buRemoveFile: TButton Left = 6 Top = 30 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = '&Remove' TabOrder = 1 OnClick = buRemoveFileClick end end object paExcludeFileDesc: TPanel Left = 0 Top = 0 Width = 401 Height = 17 Align = alTop BevelOuter = bvNone TabOrder = 0 object laIncludeFilesDesc: TLabel Left = 0 Top = 1 Width = 75 Height = 13 Caption = 'Files to backup:' end end object lvIncludeFiles: TListView Left = 0 Top = 17 Width = 316 Height = 92 Align = alClient Columns = < item AutoSize = True Caption = 'File' end> MultiSelect = True ReadOnly = True RowSelect = True ShowColumnHeaders = False TabOrder = 1 ViewStyle = vsReport end object paIncludeFolderBottom: TPanel Left = 0 Top = 109 Width = 401 Height = 5 Align = alBottom BevelOuter = bvNone TabOrder = 3 end end object paIncludeBottom: TPanel Left = 0 Top = 120 Width = 401 Height = 122 Align = alBottom BevelOuter = bvNone TabOrder = 1 object paIncludeFolder: TPanel Left = 316 Top = 20 Width = 85 Height = 102 Align = alRight BevelOuter = bvNone TabOrder = 2 DesignSize = ( 85 102) object buAddFolder: TButton Left = 5 Top = 1 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Add &Folders' TabOrder = 0 OnClick = buAddFolderClick end object buRemoveFolder: TButton Left = 5 Top = 31 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Remo&ve' TabOrder = 1 OnClick = buRemoveFolderClick end end object lvIncludeFolder: TListView Left = 0 Top = 20 Width = 316 Height = 102 Align = alClient Checkboxes = True Columns = < item AutoSize = True Caption = 'Folder Path' end> MultiSelect = True ReadOnly = True RowSelect = True ShowColumnHeaders = False SmallImages = ilInclude TabOrder = 1 ViewStyle = vsReport end object paExcludeFolderDesc: TPanel Left = 0 Top = 0 Width = 401 Height = 20 Align = alTop BevelOuter = bvNone TabOrder = 0 object laIncludeFoldersDesc: TLabel Left = 0 Top = 4 Width = 319 Height = 13 Caption = 'Folders to backup (Untick check box to exclude files in subfolde' + 'rs) :' end end end object jvxsplFiles: TJvxSplitter Left = 0 Top = 114 Width = 401 Height = 6 ControlFirst = paIncludeTop ControlSecond = paIncludeBottom Align = alBottom BorderStyle = bsSingle TopLeftLimit = 18 BottomRightLimit = 18 ParentColor = True OnPosChanged = jvxsplFilesPosChanged end end object tsExclude: TTabSheet Caption = 'Files to Exclude' ImageIndex = 3 DesignSize = ( 417 258) object Label1: TLabel Left = 8 Top = 9 Width = 205 Height = 13 Caption = '&Files and file masks to exclude from backup' FocusControl = lbExclude end object Files: TLabel Left = 296 Top = 24 Width = 94 Height = 13 Anchors = [akTop, akRight] Caption = 'Fil&e name/File mask' FocusControl = edFilemask end object edFilemask: TEdit Left = 296 Top = 40 Width = 113 Height = 21 Anchors = [akTop, akRight] TabOrder = 1 OnEnter = edFilemaskEnter OnExit = edFilemaskExit OnKeyPress = edFilemaskKeyPress end object buExcludeAdd: TButton Left = 296 Top = 72 Width = 113 Height = 25 Anchors = [akTop, akRight] Caption = '&Add' TabOrder = 2 OnClick = buExcludeAddClick end object buExcludeRemove: TButton Left = 296 Top = 104 Width = 113 Height = 25 Anchors = [akTop, akRight] Caption = '&Remove' TabOrder = 3 OnClick = buExcludeRemoveClick end object lbExclude: TListBox Left = 8 Top = 25 Width = 273 Height = 129 Anchors = [akLeft, akTop, akRight, akBottom] ItemHeight = 13 MultiSelect = True TabOrder = 0 end object gbExcludeAttributes: TGroupBox Left = 8 Top = 168 Width = 401 Height = 81 Anchors = [akLeft, akBottom] Caption = 'Exclude Attributes' TabOrder = 4 object ckSkipReadOnly: TCheckBox Left = 16 Top = 24 Width = 113 Height = 17 Caption = 'S&kip read-only files' TabOrder = 0 end object ckSkipHidden: TCheckBox Left = 16 Top = 40 Width = 105 Height = 17 Caption = 'Sk&ip hidden files' TabOrder = 1 end object ckSkipSystem: TCheckBox Left = 16 Top = 56 Width = 105 Height = 17 Caption = 'Ski&p system files' TabOrder = 2 end end end end end object paBottom: TPanel Left = 0 Top = 298 Width = 437 Height = 30 Align = alBottom BevelOuter = bvNone TabOrder = 1 DesignSize = ( 437 30) object buSave: TButton Left = 196 Top = 0 Width = 75 Height = 25 Hint = 'Save changes to backup set' Anchors = [akRight, akBottom] Caption = '&Save' Default = True TabOrder = 0 OnClick = buSaveClick end object buCancel: TButton Left = 276 Top = 0 Width = 75 Height = 25 Hint = 'Cancel any changes to backup set' Anchors = [akRight, akBottom] Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object bbHelp: TButton Left = 356 Top = 0 Width = 75 Height = 25 Hint = 'See help file' Anchors = [akRight, akBottom] Caption = '&Help' TabOrder = 2 OnClick = bbHelpClick end end end object apodAddFiles: TApOpenDialog DefaultExt = '*.*' Filter = 'All Files (*.*)|*.*' Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing, ofDontAddToRecent, ofForceShowHidden] OptionsEx = [ofExNoPlacesBar] Title = 'Select Files to Add' CustDlgParams.PosParams.ShiftX = 0 CustDlgParams.PosParams.ShiftY = 0 CustDlgParams.PosParams.FitToScreen = False DlgItemsCaptions.OK = '&Add' VisibleControls = [dcFolderCombo, dcFolderLabel, dcSelectionCtrl, dcOkBtn, dcCancelBtn, dcFileName, dcFileNameLabel, dcFileType, dcFileTypeLabel, dcToolBar] ListViewStyles.HotTrack = False ListViewStyles.HotTrackStyles = [] ListViewStyles.FlatScrollBars = False ListViewStyles.GridLines = False ListViewStyles.RowSelect = False ListViewStyles.EnableRename = True ListViewStyles.EnableDelete = True ListViewStyles.PopupOnEmpty = True ListViewStyles.PopupOnSelection = True PlacesBar.Visible = False PlacesBar.Places = <> PlacesBar.AllowEdit = True PlacesBar.AllowDelete = True PlacesBar.AllowDrop = True PlacesBar.AutoScroll = True PlacesBar.BorderStyle = bsNone PlacesBar.Native = True ExtFilter.ShowFolders = True ExtFilter.Enabled = False ToolBar.Flat = False Left = 24 Top = 296 end object dffdFolder: TdfsBrowseDirectoryDlg Title = 'Please select a folder and click "OK" to proceed.' Root = idDrives Options = [bfDirectoriesOnly] Caption = 'Select Folder' ShowSelectionInStatus = True Left = 53 Top = 296 end object pmSelect: TPopupMenu Left = 88 Top = 296 object miSelectAll: TMenuItem Caption = 'Select All' OnClick = miSelectAllClick end object miDeselectAll: TMenuItem Caption = 'Deselect All' OnClick = miDeselectAllClick end object miInvertSelection: TMenuItem Caption = 'Invert Selection' OnClick = miInvertSelectionClick end end object ilInclude: TImageList Left = 120 Top = 296 Bitmap = { 494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 0000000000003600000028000000400000001000000001002000000000000010 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000F6F6F600DFDFDF00D6D6 D600D6D6D600D6D6D600D6D6D600D6D6D600D6D6D600D6D6D600D6D6D600D6D6 D600D6D6D600D6D6D600DFDFDF00F6F6F6000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000F6F6F600C8C8C800838383006D6D 6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D 6D006D6D6D006D6D6D0083838300C8C8C8000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000DFDFDF001D82B5001B81B300187E B000167CAE001379AB001076A8000D73A5000B71A300086EA000066C9E00046A 9C0002689A00016799004C4C4C00838383000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000002287BA0067CCFF002085B80099FF FF006FD4FF006FD4FF006FD4FF006FD4FF006FD4FF006FD4FF006FD4FF006FD4 FF003BA0D30099FFFF00016799006E6E6E000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000258ABD0067CCFF00278CBF0099FF FF007BE0FF007BE0FF007BE0FF007BE0FF007BE0FF007BE0FF007BE0FF007BE0 FF0044A9DC0099FFFF0002689A006D6D6D000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000288DC00067CCFF002D92C50099FF FF0085EBFF0085EBFF0085EBFF0085EBFF0085EBFF0085EBFF0085EBFF0085EB FF004EB3E60099FFFF00046A9C006D6D6D000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000002A8FC20067CCFF003398CB0099FF FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7 FF0057BCEF0099FFFF00066C9E006D6D6D000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000002D92C5006FD4FF003499CC0099FF FF0099FFFF0099FFFF0099FFFF0099FFFF0099FFFF0099FFFF0099FFFF0099FF FF0060C5F80099FFFF00086EA0006E6E6E000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000002F94C7007BE0FF002D92C5000000 0000000000000000000000000000000000000000000000000000000000000000 000081E6FF00000000000B71A3008C8C8C000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000003196C90085EBFF0081E6FF002D92 C5002D92C5002D92C5002D92C5002D92C5002D92C500288DC0002489BC002085 B8001C81B4001B81B3001B81B300DFDFDF000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000003398CB0091F7FF008EF4FF008EF4 FF008EF4FF008EF4FF008EF4FF00000000000000000000000000000000000000 0000167CAE008C8C8C00DEDEDE00000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000003499CC000000000099FFFF0099FF FF0099FFFF0099FFFF0000000000258ABD002287BA001F84B7001D82B5001B81 B300187EB000DFDFDF00F7F7F700000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000003499CC00000000000000 000000000000000000002A8FC200C8C8C800F6F6F60000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000003499CC003398 CB003196C9002F94C700DFDFDF00F6F6F6000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000424D3E000000000000003E000000 2800000040000000100000000100010000000000800000000000000000000000 000000000000000000000000FFFFFF00FFFF0000000000008000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000001FF4000000000000 000000000000000001F10000000000004201000000000000BC7F000000000000 C0FF000000000000FFFF00000000000000000000000000000000000000000000 000000000000} end end